home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_cr.swf / scripts / DefineButton2_353 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-01-06  |  69 b   |  5 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.gotoAndStop("menu");
  4. }
  5.